home *** CD-ROM | disk | FTP | other *** search
/ stazsoftware.com / www.stazsoftware.com.tar / www.stazsoftware.com / futurebasic / sample-code / helpProj.sit / Help Project Folder / Help / 1 Introduction next >
Text File  |  2005-04-15  |  2KB  |  57 lines

  1. <HTML>  
  2. <HEAD>
  3.   <TITLE>1 Introduction</TITLE>
  4. </HEAD>
  5. <BODY BGCOLOR="#ffffff">
  6.  
  7. <P><CENTER><IMG SRC="Images/Constructio.gif" WIDTH="128" HEIGHT="40"
  8. ALIGN="BOTTOM" BORDER="0"></CENTER></P>
  9.  
  10. <P><CENTER><B><FONT COLOR="#990000" SIZE="+3"></FONT></B> </CENTER></P>
  11.  
  12. <P><CENTER><A HREF="http://www.dabsoftware.com/dabpages/Downloads.htm"><B><FONT
  13.  SIZE="+3">http://www.dabsoftware.com</FONT></B></A><FONT COLOR="#990000"><HR></FONT></CENTER></P>
  14.  
  15. <P><CENTER> </CENTER></P>
  16.  
  17. <P><CENTER><B><FONT COLOR="#990000" SIZE="+2">HTML Help System</FONT></B></CENTER></P>
  18.  
  19. <P><CENTER><B><FONT COLOR="#990000" SIZE="+2">Version 1</FONT></B></CENTER></P>
  20.  
  21. <P><CENTER> </CENTER></P>
  22.  
  23. <P>This is an example of how to create an HTML Help System within
  24. Future Basic. Thanks to the versitility of FB we can create this
  25. system. Much of this code has been used in former programs, dowloaded
  26. from the FB site, included on the CD or otherwise cobbed together.
  27. If significant pieces come from individuals.... my apologies...
  28. the knowledge of who was responsible or contributed was lost long
  29. ago.</P>
  30.  
  31. <P><B>There are three major parts to this system</B></P>
  32.  
  33. <P>1. Creating and maintaining a list of help topics that can
  34. be updated, changed and selected.</P>
  35.  
  36. <P>2. Displaying the chosen topic using HTML calls.</P>
  37.  
  38. <P>3. Displaying icons as tools on the top of the window.</P>
  39.  
  40. <P> </P>
  41.  
  42. <P>In addition we have included code to print the selected topic
  43. or the whole range of topics. While these routines have worked
  44. well for me, I am sure they need a lot of tweaking and I have
  45. probably broken numerous rules that I don't even know about.</P>
  46.  
  47. <P>For that reason this code is released into the public domain
  48. without restrictions in the hope others will modify/improve and
  49. feed back their changes.</P>
  50.  
  51. <P><FONT COLOR="#ff0000">I will keep the mose recent version I
  52. create or others provide on my web site. . Go to </FONT><A HREF="http://www.dabsoftware.com/dabpages/Downloads.htm">http://www.dabsoftware.com/Dowloads</A><FONT
  53.  COLOR="#ff0000"> .</FONT>
  54.  
  55. </BODY>
  56. </HTML>
  57.